projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a15505
)
lisp/frame.el: Remove a couple of obsolete FIXME comments.
author
Juanma Barranquero
<lekktu@gmail.com>
Sat, 1 Mar 2014 01:32:42 +0000
(
02:32
+0100)
committer
Juanma Barranquero
<lekktu@gmail.com>
Sat, 1 Mar 2014 01:32:42 +0000
(
02:32
+0100)
lisp/frame.el
patch
|
blob
|
history
diff --git
a/lisp/frame.el
b/lisp/frame.el
index 59e4d67b769836d0623f7c5118322a892b11ab16..4f189a8228922147f0280a163bda1cff847b8e2a 100644
(file)
--- a/
lisp/frame.el
+++ b/
lisp/frame.el
@@
-610,7
+610,6
@@
The functions are run with one arg, the newly created frame.")
(define-obsolete-function-alias 'new-frame 'make-frame "22.1")
(defvar frame-inherited-parameters '()
- ;; FIXME: Shouldn't we add `font' here as well?
"Parameters `make-frame' copies from the `selected-frame' to the new frame.")
(defvar x-display-name)
@@
-1374,7
+1373,7
@@
frame's display)."
(with-no-warnings
(not (null dos-windows-version))))
((memq frame-type '(x w32 ns))
- t)
;; FIXME?
+ t)
(t
nil))))